home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / bin / DXUtils / AppWizard / DXAppwiz.awx / TEMPLATE / CONFIRM.INF < prev    next >
Encoding:
Text File  |  2001-10-25  |  1.7 KB  |  71 lines

  1. Application type of $$root$$:
  2. $$IF(D3D)
  3. $$IF(WINDOW)
  4.     Single Document Interface Application with Direct3D integration
  5. $$ELSE
  6.     MFC dialog with Direct3D integration
  7. $$ENDIF
  8. $$ELSE
  9. $$IF(WINDOW)
  10.     Single Document Interface Application
  11. $$ELSE
  12.     MFC dialog
  13. $$ENDIF
  14. $$ENDIF
  15.  
  16. Classes to be created:
  17. $$IF(D3D)
  18. $$IF(WINDOW)
  19.     Application: CMyD3DApplication in $$root$$.cpp
  20. $$ELSE
  21.     Application: CApp and CAppForm in $$root$$.cpp
  22. $$ENDIF
  23.     Base Application: CD3DApplication in D3DApp.h and D3DApp.cpp
  24. $$ELSE
  25. $$IF(WINDOW)
  26.     Application in $$root$$.cpp
  27. $$ELSE
  28.     Application: C$$CRoot$$App in $$root$$.cpp
  29.     Dialog: C$$CRoot$$Dlg in $$root$$Dlg.cpp
  30. $$ENDIF
  31. $$ENDIF
  32. $$IF(D3DFONT)
  33.     3D Font Texture Support: CD3DFont in D3DFont.h and D3DFont.cpp
  34. $$ENDIF
  35. $$IF(X_FILE)
  36.     .X File Support: CD3DFile in D3DFile.h and D3DFile.cpp
  37. $$ENDIF
  38. $$IF(DINPUT)
  39.     DirectInput Support: CInputDeviceManager in DIUtil.h and DIUtil.cpp
  40. $$ENDIF
  41. $$IF(DMUSIC)
  42.     DirectMusic Support: CMusicManager in DMUtil.h and DMUtil.cpp
  43. $$ENDIF
  44. $$IF(DSOUND)
  45.     DirectSound Support: CSoundManager in DSUtil.h and DSUtil.cpp
  46. $$ENDIF
  47. $$IF(DPLAY)
  48.     DirectPlay Peer-to-Peer Support: CNetConnectWizard 
  49.         in NetConnect.h and NetConnect.cpp
  50. $$ENDIF
  51. $$IF(DPLAYVOICE)
  52.     DirectPlay Voice Support: CNetVoice in NetVoice.h and NetVoice.cpp
  53. $$ENDIF
  54. $$IF(D3D)
  55.     Generic Direct3D Support in D3DUtil.h and D3DUtil.cpp 
  56. $$ENDIF
  57.     Generic DirectX Support in DXUtil.h and DXUtil.cpp
  58.     
  59. $$IF(D3D)
  60. Starting with:
  61. $$IF(SHOW_BLANK)
  62.    + Blank project
  63. $$ENDIF
  64. $$IF(SHOW_TRIANGLE)
  65.    + Spinning Triangle
  66. $$ENDIF
  67. $$IF(SHOW_TEAPOT)
  68.    + Teapot
  69. $$ENDIF
  70. $$ENDIF
  71.